﻿2026-06-21T01:35:31.4144658Z ##[group]Run set -euo pipefail
2026-06-21T01:35:31.4145225Z [36;1mset -euo pipefail[0m
2026-06-21T01:35:31.4145655Z [36;1mPIN=0c95435[0m
2026-06-21T01:35:31.4146079Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T01:35:31.4146581Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T01:35:31.4147230Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T01:35:31.4148045Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T01:35:31.4148856Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T01:35:31.4149664Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T01:35:31.4150121Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T01:35:31.4150659Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T01:35:31.4151556Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T01:35:31.4152208Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T01:35:31.4152726Z [36;1mfi[0m
2026-06-21T01:35:31.4153265Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T01:35:31.4167057Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T01:35:31.4167401Z env:
2026-06-21T01:35:31.4167643Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T01:35:31.4167909Z ##[endgroup]
2026-06-21T01:35:31.6968581Z    Compiling proc-macro2 v1.0.106
2026-06-21T01:35:31.6969985Z    Compiling quote v1.0.45
2026-06-21T01:35:31.6970499Z    Compiling unicode-ident v1.0.24
2026-06-21T01:35:31.6970901Z    Compiling libc v0.2.186
2026-06-21T01:35:31.6971196Z    Compiling serde_core v1.0.228
2026-06-21T01:35:31.6971462Z    Compiling cfg-if v1.0.4
2026-06-21T01:35:31.6971728Z    Compiling serde v1.0.228
2026-06-21T01:35:31.7010355Z    Compiling log v0.4.32
2026-06-21T01:35:31.7050781Z    Compiling pin-project-lite v0.2.17
2026-06-21T01:35:31.7087082Z    Compiling portable-atomic v1.13.1
2026-06-21T01:35:31.7161826Z    Compiling typenum v1.20.1
2026-06-21T01:35:31.7163439Z    Compiling version_check v0.9.5
2026-06-21T01:35:31.7164093Z    Compiling memchr v2.8.1
2026-06-21T01:35:31.7164698Z    Compiling shlex v2.0.1
2026-06-21T01:35:31.7165490Z    Compiling find-msvc-tools v0.1.9
2026-06-21T01:35:31.7440368Z    Compiling critical-section v1.2.0
2026-06-21T01:35:31.7831480Z    Compiling bytes v1.11.1
2026-06-21T01:35:31.7960849Z    Compiling futures-core v0.3.32
2026-06-21T01:35:31.8471539Z    Compiling subtle v2.6.1
2026-06-21T01:35:31.9371516Z    Compiling smallvec v1.15.1
2026-06-21T01:35:31.9527214Z    Compiling equivalent v1.0.2
2026-06-21T01:35:31.9640632Z    Compiling itoa v1.0.18
2026-06-21T01:35:32.0041865Z    Compiling semver v1.0.28
2026-06-21T01:35:32.0291345Z    Compiling stable_deref_trait v1.2.1
2026-06-21T01:35:32.0350690Z    Compiling futures-io v0.3.32
2026-06-21T01:35:32.0511969Z    Compiling slab v0.4.12
2026-06-21T01:35:32.0551420Z    Compiling futures-sink v0.3.32
2026-06-21T01:35:32.0910868Z    Compiling futures-task v0.3.32
2026-06-21T01:35:32.1404362Z    Compiling futures-channel v0.3.32
2026-06-21T01:35:32.1770766Z    Compiling generic-array v0.14.7
2026-06-21T01:35:32.1901710Z    Compiling hashbrown v0.17.1
2026-06-21T01:35:32.1940593Z    Compiling bitflags v2.12.1
2026-06-21T01:35:32.2588616Z    Compiling rustversion v1.0.22
2026-06-21T01:35:32.2621606Z    Compiling cpufeatures v0.2.17
2026-06-21T01:35:32.2670893Z    Compiling fnv v1.0.7
2026-06-21T01:35:32.2891520Z    Compiling rustc_version v0.4.1
2026-06-21T01:35:32.3330536Z    Compiling cfg_aliases v0.2.1
2026-06-21T01:35:32.3400770Z    Compiling strsim v0.11.1
2026-06-21T01:35:32.3930742Z    Compiling rand_core v0.10.1
2026-06-21T01:35:32.4180854Z    Compiling writeable v0.6.3
2026-06-21T01:35:32.4480810Z    Compiling litemap v0.8.2
2026-06-21T01:35:32.4580997Z    Compiling ident_case v1.0.1
2026-06-21T01:35:32.5450262Z    Compiling icu_properties_data v2.2.0
2026-06-21T01:35:32.5910320Z    Compiling dunce v1.0.5
2026-06-21T01:35:32.6230581Z    Compiling getrandom v0.4.2
2026-06-21T01:35:32.6640535Z    Compiling utf8_iter v1.0.4
2026-06-21T01:35:32.6931645Z    Compiling fs_extra v1.3.0
2026-06-21T01:35:32.6992144Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T01:35:32.7440724Z    Compiling percent-encoding v2.3.2
2026-06-21T01:35:32.8282027Z    Compiling autocfg v1.5.1
2026-06-21T01:35:32.8790531Z    Compiling http v1.4.1
2026-06-21T01:35:32.8861037Z    Compiling thiserror v2.0.18
2026-06-21T01:35:32.9390474Z    Compiling indexmap v2.14.0
2026-06-21T01:35:32.9430579Z    Compiling unicode-segmentation v1.13.3
2026-06-21T01:35:32.9860370Z    Compiling cpufeatures v0.3.0
2026-06-21T01:35:33.0050491Z    Compiling syn v2.0.117
2026-06-21T01:35:33.0169562Z    Compiling aws-lc-rs v1.17.0
2026-06-21T01:35:33.0630441Z    Compiling scopeguard v1.2.0
2026-06-21T01:35:33.0720863Z    Compiling chacha20 v0.10.0
2026-06-21T01:35:33.0858164Z    Compiling form_urlencoded v1.2.2
2026-06-21T01:35:33.1262206Z    Compiling lock_api v0.4.14
2026-06-21T01:35:33.2519650Z    Compiling untrusted v0.9.0
2026-06-21T01:35:33.3042483Z    Compiling rustls v0.23.40
2026-06-21T01:35:33.3112928Z    Compiling heck v0.5.0
2026-06-21T01:35:33.3213516Z    Compiling unicode-xid v0.2.6
2026-06-21T01:35:33.3280318Z    Compiling const-oid v0.10.2
2026-06-21T01:35:33.3477023Z    Compiling atomic-waker v1.1.2
2026-06-21T01:35:33.3966522Z    Compiling anyhow v1.0.102
2026-06-21T01:35:33.4176884Z    Compiling convert_case v0.10.0
2026-06-21T01:35:33.4310697Z    Compiling paste v1.0.15
2026-06-21T01:35:33.4586902Z    Compiling parking_lot_core v0.9.12
2026-06-21T01:35:33.4654015Z    Compiling zerocopy v0.8.50
2026-06-21T01:35:33.4690933Z    Compiling httparse v1.10.1
2026-06-21T01:35:33.5342175Z    Compiling num-traits v0.2.19
2026-06-21T01:35:33.5779125Z    Compiling jobserver v0.1.34
2026-06-21T01:35:33.6101786Z    Compiling hybrid-array v0.4.12
2026-06-21T01:35:33.6240351Z    Compiling curve25519-dalek v4.1.3
2026-06-21T01:35:33.7371452Z    Compiling ahash v0.8.12
2026-06-21T01:35:33.7422076Z    Compiling powerfmt v0.2.0
2026-06-21T01:35:33.7519693Z    Compiling either v1.16.0
2026-06-21T01:35:33.8041649Z    Compiling cc v1.2.63
2026-06-21T01:35:33.8810421Z    Compiling crypto-common v0.1.7
2026-06-21T01:35:33.8902240Z    Compiling block-buffer v0.10.4
2026-06-21T01:35:33.9390823Z    Compiling http-body v1.0.1
2026-06-21T01:35:33.9475360Z    Compiling base64ct v1.8.3
2026-06-21T01:35:33.9547522Z    Compiling fastrand v2.4.1
2026-06-21T01:35:33.9937125Z    Compiling digest v0.10.7
2026-06-21T01:35:34.0270375Z    Compiling deranged v0.5.8
2026-06-21T01:35:34.1140657Z    Compiling base64 v0.22.1
2026-06-21T01:35:34.2287339Z    Compiling mio v1.2.1
2026-06-21T01:35:34.2670587Z    Compiling socket2 v0.6.4
2026-06-21T01:35:34.2910765Z    Compiling getrandom v0.2.17
2026-06-21T01:35:34.3100071Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T01:35:34.4092754Z    Compiling tower-service v0.3.3
2026-06-21T01:35:34.4550588Z    Compiling rand_core v0.6.4
2026-06-21T01:35:34.4850814Z    Compiling rand v0.10.1
2026-06-21T01:35:34.5031095Z    Compiling vcpkg v0.2.15
2026-06-21T01:35:34.5241289Z    Compiling tinyvec_macros v0.1.1
2026-06-21T01:35:34.5850277Z    Compiling num-conv v0.2.2
2026-06-21T01:35:34.5970561Z    Compiling try-lock v0.2.5
2026-06-21T01:35:34.6010493Z    Compiling pkg-config v0.3.33
2026-06-21T01:35:34.6240746Z    Compiling data-encoding v2.11.0
2026-06-21T01:35:34.6793046Z    Compiling time-core v0.1.8
2026-06-21T01:35:34.6937382Z    Compiling zmij v1.0.21
2026-06-21T01:35:34.7090386Z    Compiling want v0.3.1
2026-06-21T01:35:34.7930606Z    Compiling parking_lot v0.12.5
2026-06-21T01:35:34.8390538Z    Compiling tinyvec v1.11.0
2026-06-21T01:35:34.8579676Z    Compiling crypto-common v0.2.2
2026-06-21T01:35:34.9722268Z    Compiling block-buffer v0.12.0
2026-06-21T01:35:34.9970618Z    Compiling sha2 v0.10.9
2026-06-21T01:35:35.0737201Z    Compiling cmake v0.1.58
2026-06-21T01:35:35.1020470Z    Compiling inout v0.1.4
2026-06-21T01:35:35.1960153Z    Compiling vergen-lib v9.1.0
2026-06-21T01:35:35.3370609Z    Compiling n0-future v0.3.2
2026-06-21T01:35:35.3490553Z    Compiling spin v0.10.0
2026-06-21T01:35:35.3660427Z    Compiling crossbeam-utils v0.8.21
2026-06-21T01:35:35.4061750Z    Compiling parking v2.2.1
2026-06-21T01:35:35.4182460Z    Compiling cordyceps v0.3.4
2026-06-21T01:35:35.4570666Z    Compiling signature v2.2.0
2026-06-21T01:35:35.5510491Z    Compiling serde_json v1.0.150
2026-06-21T01:35:35.5750886Z    Compiling winnow v1.0.3
2026-06-21T01:35:35.5804392Z    Compiling diatomic-waker v0.2.3
2026-06-21T01:35:35.5840600Z    Compiling httpdate v1.0.3
2026-06-21T01:35:35.6011132Z    Compiling ed25519 v2.2.3
2026-06-21T01:35:35.6199777Z    Compiling futures-lite v2.6.1
2026-06-21T01:35:35.6450344Z    Compiling cipher v0.4.4
2026-06-21T01:35:35.6650539Z    Compiling netlink-packet-core v0.8.1
2026-06-21T01:35:35.7170696Z    Compiling digest v0.11.3
2026-06-21T01:35:35.7590267Z    Compiling universal-hash v0.5.1
2026-06-21T01:35:35.7890155Z    Compiling futures-buffered v0.2.13
2026-06-21T01:35:35.8031754Z    Compiling vergen-lib v0.1.6
2026-06-21T01:35:35.8414817Z    Compiling vergen v9.1.0
2026-06-21T01:35:35.8820559Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T01:35:35.9190646Z    Compiling heapless v0.7.17
2026-06-21T01:35:35.9360289Z    Compiling noq-udp v0.10.0
2026-06-21T01:35:35.9450567Z    Compiling sync_wrapper v1.0.2
2026-06-21T01:35:35.9503895Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T01:35:35.9550766Z    Compiling aws-lc-sys v0.41.0
2026-06-21T01:35:36.0000552Z    Compiling ring v0.17.14
2026-06-21T01:35:36.0080018Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T01:35:36.0151968Z    Compiling opaque-debug v0.3.1
2026-06-21T01:35:36.0282251Z    Compiling allocator-api2 v0.2.21
2026-06-21T01:35:36.0670626Z    Compiling byteorder v1.5.0
2026-06-21T01:35:36.0774543Z    Compiling polyval v0.6.2
2026-06-21T01:35:36.2290679Z    Compiling hash32 v0.2.1
2026-06-21T01:35:36.2500521Z    Compiling vergen-gitcl v1.0.8
2026-06-21T01:35:36.2856668Z    Compiling spin v0.9.8
2026-06-21T01:35:36.3590681Z    Compiling fallible-iterator v0.3.0
2026-06-21T01:35:36.3848715Z    Compiling num_threads v0.1.7
2026-06-21T01:35:36.3962749Z    Compiling tower-layer v0.3.3
2026-06-21T01:35:36.4248407Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T01:35:36.5313682Z    Compiling signature v3.0.0
2026-06-21T01:35:36.5578127Z    Compiling ryu v1.0.23
2026-06-21T01:35:36.5804298Z    Compiling time v0.3.47
2026-06-21T01:35:36.6020474Z    Compiling ghash v0.5.1
2026-06-21T01:35:36.6278446Z    Compiling ctr v0.9.2
2026-06-21T01:35:36.6661170Z    Compiling aes v0.8.4
2026-06-21T01:35:36.7380460Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T01:35:36.7650468Z    Compiling fs2 v0.4.3
2026-06-21T01:35:36.7770635Z    Compiling http-body-util v0.1.3
2026-06-21T01:35:36.7909480Z    Compiling aead v0.5.2
2026-06-21T01:35:36.8018666Z    Compiling openssl-probe v0.2.1
2026-06-21T01:35:36.9267630Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T01:35:36.9470903Z    Compiling crossbeam-channel v0.5.15
2026-06-21T01:35:37.0020543Z    Compiling netlink-packet-route v0.29.0
2026-06-21T01:35:37.0440767Z    Compiling blake3 v1.8.5
2026-06-21T01:35:37.0810901Z    Compiling uuid v1.23.2
2026-06-21T01:35:37.1000373Z    Compiling memoffset v0.6.5
2026-06-21T01:35:37.2490508Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T01:35:37.2704445Z    Compiling acto v0.8.2
2026-06-21T01:35:37.4003090Z    Compiling aes-gcm v0.10.3
2026-06-21T01:35:37.4221318Z    Compiling netwatch v0.16.0
2026-06-21T01:35:37.4517327Z    Compiling noq v0.18.0
2026-06-21T01:35:37.5460614Z    Compiling mac-addr v0.3.0
2026-06-21T01:35:37.5580388Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T01:35:37.6262298Z    Compiling tagptr v0.2.0
2026-06-21T01:35:37.6441131Z    Compiling identity-hash v0.1.0
2026-06-21T01:35:37.6790815Z    Compiling rustix v1.1.4
2026-06-21T01:35:37.6911658Z    Compiling xml-rs v0.8.28
2026-06-21T01:35:37.7040324Z    Compiling ref-cast v1.0.25
2026-06-21T01:35:37.7350723Z    Compiling rustc-hash v2.1.2
2026-06-21T01:35:37.7669455Z    Compiling foldhash v0.2.0
2026-06-21T01:35:37.8160873Z    Compiling lru-slab v0.1.2
2026-06-21T01:35:37.8500600Z    Compiling thiserror v1.0.69
2026-06-21T01:35:37.9337891Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T01:35:37.9340948Z    Compiling hashbrown v0.16.1
2026-06-21T01:35:38.0812546Z    Compiling synstructure v0.13.2
2026-06-21T01:35:38.1419814Z    Compiling darling_core v0.20.11
2026-06-21T01:35:38.2001003Z    Compiling serde_derive_internals v0.29.1
2026-06-21T01:35:38.3710697Z    Compiling netlink-packet-route v0.30.0
2026-06-21T01:35:38.7572094Z    Compiling proc-macro-crate v3.5.0
2026-06-21T01:35:38.7938338Z    Compiling xmltree v0.10.3
2026-06-21T01:35:38.8267651Z    Compiling serial-core v0.4.0
2026-06-21T01:35:38.9880766Z    Compiling errno v0.3.14
2026-06-21T01:35:39.0390960Z    Compiling termios v0.2.2
2026-06-21T01:35:39.0611102Z    Compiling ioctl-rs v0.1.6
2026-06-21T01:35:39.1090592Z    Compiling aho-corasick v1.1.4
2026-06-21T01:35:39.1159892Z    Compiling simple-dns v0.9.3
2026-06-21T01:35:39.1493572Z    Compiling toml_write v0.1.2
2026-06-21T01:35:39.1677771Z    Compiling simdutf8 v0.1.5
2026-06-21T01:35:39.1983797Z    Compiling regex-syntax v0.8.10
2026-06-21T01:35:39.2795117Z    Compiling winnow v0.7.15
2026-06-21T01:35:39.3270553Z    Compiling resolv-conf v0.7.6
2026-06-21T01:35:39.3541916Z    Compiling arrayref v0.3.9
2026-06-21T01:35:39.3717071Z    Compiling smol_str v0.1.24
2026-06-21T01:35:39.4114896Z    Compiling linux-raw-sys v0.12.1
2026-06-21T01:35:39.4219062Z    Compiling sha1_smol v1.0.1
2026-06-21T01:35:39.4580326Z    Compiling signal-hook v0.3.18
2026-06-21T01:35:39.5901305Z    Compiling arrayvec v0.7.6
2026-06-21T01:35:39.6370558Z    Compiling constant_time_eq v0.4.2
2026-06-21T01:35:39.6839399Z    Compiling serial-unix v0.4.0
2026-06-21T01:35:39.8501207Z    Compiling signal-hook-registry v1.4.8
2026-06-21T01:35:39.8571559Z    Compiling lru v0.16.4
2026-06-21T01:35:39.9883420Z    Compiling darling_core v0.23.0
2026-06-21T01:35:40.0304018Z    Compiling serde_bytes v0.11.19
2026-06-21T01:35:40.1336524Z    Compiling serde_derive v1.0.228
2026-06-21T01:35:40.1960984Z    Compiling zeroize_derive v1.4.3
2026-06-21T01:35:40.2700690Z    Compiling tokio-macros v2.7.0
2026-06-21T01:35:40.5680367Z    Compiling futures-macro v0.3.32
2026-06-21T01:35:40.8067407Z    Compiling zeroize v1.8.2
2026-06-21T01:35:40.9670806Z    Compiling tokio v1.52.3
2026-06-21T01:35:40.9815151Z    Compiling zerofrom-derive v0.1.7
2026-06-21T01:35:40.9948870Z    Compiling yoke-derive v0.8.2
2026-06-21T01:35:41.4391686Z    Compiling zerovec-derive v0.11.3
2026-06-21T01:35:41.6761040Z    Compiling futures-util v0.3.32
2026-06-21T01:35:41.7160703Z    Compiling displaydoc v0.2.6
2026-06-21T01:35:41.9136625Z    Compiling tracing-attributes v0.1.31
2026-06-21T01:35:42.4080384Z    Compiling rustls-pki-types v1.14.1
2026-06-21T01:35:42.4801065Z    Compiling zerofrom v0.1.8
2026-06-21T01:35:42.5351213Z    Compiling thiserror-impl v2.0.18
2026-06-21T01:35:42.6097804Z    Compiling yoke v0.8.3
2026-06-21T01:35:42.7809494Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T01:35:42.8280854Z    Compiling zerotrie v0.2.4
2026-06-21T01:35:43.0442329Z    Compiling zerovec v0.11.6
2026-06-21T01:35:43.2130637Z    Compiling darling_macro v0.20.11
2026-06-21T01:35:43.3201721Z    Compiling derive_more-impl v2.1.1
2026-06-21T01:35:43.4240743Z    Compiling n0-error-macros v0.1.3
2026-06-21T01:35:43.5370287Z    Compiling spez v0.1.2
2026-06-21T01:35:43.6267632Z    Compiling darling v0.20.11
2026-06-21T01:35:43.6335314Z    Compiling der v0.8.0-rc.10
2026-06-21T01:35:43.7031160Z    Compiling derive_builder_core v0.20.2
2026-06-21T01:35:43.7901835Z    Compiling tinystr v0.8.3
2026-06-21T01:35:43.9870507Z    Compiling icu_locale_core v2.2.0
2026-06-21T01:35:44.0020429Z    Compiling potential_utf v0.1.5
2026-06-21T01:35:44.1460457Z    Compiling icu_collections v2.2.0
2026-06-21T01:35:44.4312729Z    Compiling pin-project-internal v1.1.13
2026-06-21T01:35:44.5950545Z    Compiling n0-error v0.1.3
2026-06-21T01:35:44.8842145Z    Compiling ed25519-dalek v2.2.0
2026-06-21T01:35:44.9500318Z    Compiling cobs v0.3.0
2026-06-21T01:35:45.1420875Z    Compiling icu_provider v2.2.0
2026-06-21T01:35:45.2430957Z    Compiling ipnet v2.12.0
2026-06-21T01:35:45.2770491Z    Compiling derive_builder_macro v0.20.2
2026-06-21T01:35:45.3430672Z    Compiling spki v0.8.0-rc.4
2026-06-21T01:35:45.5190486Z    Compiling icu_properties v2.2.0
2026-06-21T01:35:45.5445909Z    Compiling icu_normalizer v2.2.0
2026-06-21T01:35:45.5924842Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T01:35:45.6320959Z    Compiling derive_builder v0.20.2
2026-06-21T01:35:45.6372856Z    Compiling futures-executor v0.3.32
2026-06-21T01:35:45.6970672Z    Compiling pin-project v1.1.13
2026-06-21T01:35:45.7470871Z    Compiling prefix-trie v0.8.4
2026-06-21T01:35:45.7710667Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T01:35:46.0008436Z    Compiling once_cell v1.21.4
2026-06-21T01:35:46.0911470Z    Compiling futures v0.3.32
2026-06-21T01:35:46.1221851Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T01:35:46.1825176Z    Compiling tracing-core v0.1.36
2026-06-21T01:35:46.2220745Z    Compiling postcard-derive v0.2.2
2026-06-21T01:35:46.4200956Z    Compiling hashbrown v0.14.5
2026-06-21T01:35:46.4391860Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T01:35:46.4900730Z    Compiling rustls-native-certs v0.8.4
2026-06-21T01:35:46.7527593Z    Compiling tracing v0.1.44
2026-06-21T01:35:46.8598627Z    Compiling tokio-util v0.7.18
2026-06-21T01:35:46.8710955Z    Compiling netlink-sys v0.8.8
2026-06-21T01:35:46.9590501Z    Compiling idna_adapter v1.2.2
2026-06-21T01:35:47.1110312Z    Compiling idna v1.1.0
2026-06-21T01:35:47.1430820Z    Compiling data-encoding-macro v0.1.20
2026-06-21T01:35:47.1574813Z    Compiling postcard v1.1.3
2026-06-21T01:35:47.1881269Z    Compiling tower v0.5.3
2026-06-21T01:35:47.2141022Z    Compiling strum_macros v0.28.0
2026-06-21T01:35:47.2231001Z    Compiling hashlink v0.9.1
2026-06-21T01:35:47.2800818Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T01:35:47.3440491Z    Compiling num_enum_derive v0.7.6
2026-06-21T01:35:47.5994655Z    Compiling url v2.5.8
2026-06-21T01:35:47.6394561Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T01:35:47.6521153Z    Compiling async-trait v0.1.89
2026-06-21T01:35:47.6617680Z    Compiling derive_more v2.1.1
2026-06-21T01:35:47.6693398Z    Compiling enum-assoc v1.3.0
2026-06-21T01:35:47.7540609Z    Compiling iroh-metrics v0.38.3
2026-06-21T01:35:47.8556370Z    Compiling h2 v0.4.14
2026-06-21T01:35:47.9420783Z    Compiling rusqlite v0.32.1
2026-06-21T01:35:48.0095716Z    Compiling n0-watcher v0.6.1
2026-06-21T01:35:48.0316777Z    Compiling tokio-stream v0.1.18
2026-06-21T01:35:48.1971088Z    Compiling iroh-relay v0.98.0
2026-06-21T01:35:48.2547136Z    Compiling netdev v0.42.0
2026-06-21T01:35:48.3920863Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T01:35:48.4740504Z    Compiling num_enum v0.7.6
2026-06-21T01:35:48.5011076Z    Compiling iroh-base v0.98.0
2026-06-21T01:35:48.5058516Z    Compiling tower-http v0.6.11
2026-06-21T01:35:48.5691126Z    Compiling attohttpc v0.30.1
2026-06-21T01:35:48.5753687Z    Compiling netlink-proto v0.12.0
2026-06-21T01:35:48.7360351Z    Compiling moka v0.12.15
2026-06-21T01:35:48.7790613Z    Compiling toml_datetime v0.6.11
2026-06-21T01:35:48.8675714Z    Compiling serde_spanned v0.6.9
2026-06-21T01:35:48.8893060Z    Compiling thiserror-impl v1.0.69
2026-06-21T01:35:48.9391022Z    Compiling ref-cast-impl v1.0.25
2026-06-21T01:35:49.0130541Z    Compiling toml_edit v0.22.27
2026-06-21T01:35:49.1570935Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T01:35:49.3270626Z    Compiling webpki-roots v1.0.7
2026-06-21T01:35:49.4358719Z    Compiling regex-automata v0.4.14
2026-06-21T01:35:49.5139546Z    Compiling schemars_derive v1.2.1
2026-06-21T01:35:49.9108846Z    Compiling hmac v0.12.1
2026-06-21T01:35:49.9521555Z    Compiling seize v0.5.1
2026-06-21T01:35:49.9675411Z    Compiling iroh v0.98.2
2026-06-21T01:35:49.9800427Z    Compiling utf8parse v0.2.2
2026-06-21T01:35:50.0590662Z    Compiling bitflags v1.3.2
2026-06-21T01:35:50.0720915Z    Compiling strum v0.28.0
2026-06-21T01:35:50.0790509Z    Compiling rustix v0.38.44
2026-06-21T01:35:50.1210452Z    Compiling dyn-clone v1.0.20
2026-06-21T01:35:50.2100845Z    Compiling iroh-dns v0.98.0
2026-06-21T01:35:50.2650985Z    Compiling pin-utils v0.1.0
2026-06-21T01:35:50.3031007Z    Compiling cmov v0.5.4
2026-06-21T01:35:50.3460203Z    Compiling nix v0.25.1
2026-06-21T01:35:50.4270318Z    Compiling papaya v0.2.4
2026-06-21T01:35:50.4820694Z    Compiling filedescriptor v0.8.3
2026-06-21T01:35:50.5197905Z    Compiling anstyle-parse v1.0.0
2026-06-21T01:35:50.5287231Z    Compiling hkdf v0.12.4
2026-06-21T01:35:50.5779794Z    Compiling ctutils v0.4.2
2026-06-21T01:35:50.6620729Z    Compiling backon v1.6.0
2026-06-21T01:35:50.7010630Z    Compiling darling_macro v0.23.0
2026-06-21T01:35:50.7361556Z    Compiling serial v0.4.0
2026-06-21T01:35:50.7780289Z    Compiling shell-words v1.1.1
2026-06-21T01:35:50.8271408Z    Compiling foldhash v0.1.5
2026-06-21T01:35:50.8530771Z    Compiling anstyle-query v1.1.5
2026-06-21T01:35:50.9171664Z    Compiling downcast-rs v1.2.1
2026-06-21T01:35:50.9357029Z    Compiling anstyle v1.0.14
2026-06-21T01:35:50.9523944Z    Compiling linux-raw-sys v0.4.15
2026-06-21T01:35:50.9542449Z    Compiling instability v0.3.12
2026-06-21T01:35:51.0031665Z    Compiling colorchoice v1.0.5
2026-06-21T01:35:51.0218547Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T01:35:51.0651765Z    Compiling darling v0.23.0
2026-06-21T01:35:51.1003122Z    Compiling hashbrown v0.15.5
2026-06-21T01:35:51.1110445Z    Compiling signal-hook-mio v0.2.5
2026-06-21T01:35:51.1131042Z    Compiling spake2 v0.4.0
2026-06-21T01:35:51.1433645Z    Compiling terminal_size v0.4.4
2026-06-21T01:35:51.1530372Z    Compiling strum_macros v0.26.4
2026-06-21T01:35:51.2239350Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T01:35:51.2570854Z    Compiling anstream v1.0.0
2026-06-21T01:35:51.2761271Z    Compiling sha1 v0.10.6
2026-06-21T01:35:51.5266544Z    Compiling itertools v0.13.0
2026-06-21T01:35:51.5495324Z    Compiling schemars v1.2.1
2026-06-21T01:35:51.5830783Z    Compiling toml v0.8.23
2026-06-21T01:35:51.6908018Z    Compiling castaway v0.2.4
2026-06-21T01:35:51.8060457Z    Compiling static_assertions v1.1.0
2026-06-21T01:35:51.8740761Z    Compiling unicode-width v0.1.14
2026-06-21T01:35:51.8931158Z    Compiling doctest-file v1.1.1
2026-06-21T01:35:52.1979239Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T01:35:52.3960378Z    Compiling regex v1.12.3
2026-06-21T01:35:52.6660903Z    Compiling indoc v2.0.7
2026-06-21T01:35:52.7120618Z    Compiling clap_lex v1.1.0
2026-06-21T01:35:52.9650994Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T01:35:53.0310020Z    Compiling clap_builder v4.6.0
2026-06-21T01:35:53.0660736Z    Compiling interprocess v2.4.2
2026-06-21T01:35:53.4620662Z    Compiling hyper v1.10.1
2026-06-21T01:35:53.4621878Z    Compiling strum v0.26.3
2026-06-21T01:35:53.5604102Z    Compiling unicode-truncate v1.1.0
2026-06-21T01:35:53.7335161Z    Compiling crossterm v0.28.1
2026-06-21T01:35:53.7588415Z    Compiling compact_str v0.8.2
2026-06-21T01:35:53.9870575Z    Compiling lru v0.12.5
2026-06-21T01:35:54.0250621Z    Compiling clap_derive v4.6.1
2026-06-21T01:35:54.0350465Z    Compiling unicode-width v0.2.0
2026-06-21T01:35:54.0870309Z    Compiling iana-time-zone v0.1.65
2026-06-21T01:35:54.1890522Z    Compiling cassowary v0.3.0
2026-06-21T01:35:54.3522329Z    Compiling chrono v0.4.45
2026-06-21T01:35:54.4700803Z    Compiling portable-pty v0.8.1
2026-06-21T01:35:54.4930444Z    Compiling nucleo-matcher v0.3.1
2026-06-21T01:35:54.6700656Z    Compiling ratatui v0.29.0
2026-06-21T01:35:55.0450944Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T01:35:55.2870777Z    Compiling qrcode v0.14.1
2026-06-21T01:35:55.3458682Z    Compiling hyper-util v0.1.20
2026-06-21T01:35:55.4433072Z    Compiling tempfile v3.27.0
2026-06-21T01:35:56.0068003Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T01:35:56.4310982Z    Compiling clap v4.6.1
2026-06-21T01:35:57.2162634Z    Compiling igd-next v0.17.1
2026-06-21T01:35:58.3251984Z    Compiling portmapper v0.16.0
2026-06-21T01:36:02.8881688Z    Compiling rustls-webpki v0.103.13
2026-06-21T01:36:05.1898469Z    Compiling tokio-rustls v0.26.4
2026-06-21T01:36:05.1899208Z    Compiling noq-proto v0.17.0
2026-06-21T01:36:05.1899775Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T01:36:05.3266936Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T01:36:05.3267598Z    Compiling hyper-rustls v0.27.9
2026-06-21T01:36:05.3268436Z    Compiling tokio-websockets v0.13.2
2026-06-21T01:36:05.4500542Z    Compiling reqwest v0.13.4
2026-06-21T01:36:06.3588006Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T01:36:19.6780364Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T01:36:20.9981370Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T01:36:28.0013645Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T01:36:31.6250659Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-21T01:36:31.6471416Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T01:36:31.6483836Z 
2026-06-21T01:36:31.6487108Z running 1 test
2026-06-21T01:36:37.7355805Z test new_brain_serves_against_old_broker ... ok
2026-06-21T01:36:37.7356115Z 
2026-06-21T01:36:37.7356397Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-21T01:36:37.7356777Z 
